home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / install / portcheck.bat < prev    next >
Encoding:
DOS Batch File  |  2005-12-03  |  195 b   |  6 lines

  1. @echo off
  2. echo "Checking necessary ports! Please wait ..."
  3. set PHP_BIN=..\php\php.exe
  4. set CONFIG_PHP=portcheck.php -80,443,3306,21,14147,8080
  5. %PHP_BIN% -n -d output_buffering=0 %CONFIG_PHP%
  6.